Krill SDK
Toggle table of contents
0.0.48
common
Target filter
common
Switch theme
Search in API
Skip to content
Krill SDK
Krill SDK
/
krill.zone.shared.krillapp.executor
Package-level
declarations
Types
Types
Execute
Meta
Data
Link copied to clipboard
@
Serializable
data
class
ExecuteMetaData
(
val
name
:
String
,
val
sourceType
:
KrillApp
?
=
null
,
val
error
:
String
=
""
,
val
sources
:
List
<
NodeIdentity
>
=
emptyList()
,
val
snapshot
:
Snapshot
=
Snapshot()
,
val
invocationTriggers
:
List
<
InvocationTrigger
>
=
emptyList()
,
val
nodeAction
:
NodeAction
=
NodeAction.EXECUTE
,
val
inputs
:
List
<
NodeIdentity
>
=
emptyList()
)
:
SourceMetaData
Payload for the generic
Executor
node.